CVS commit by staikos: moc doesn't like variables in the slots section M +1 -0 kstview.h 1.10 --- kdeextragear-2/kst/kst/kstview.h #1.9:1.10 @@ -86,4 +86,5 @@ public slots: void printToGraphicsFile(const QString &Filename, const QString &type, int w, int h); +public: KstMouse *MouseInfo; KstApp *ParentApp;