diff options
Diffstat (limited to 'KMFSysTray/mainwidget.h')
-rw-r--r-- | KMFSysTray/mainwidget.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/KMFSysTray/mainwidget.h b/KMFSysTray/mainwidget.h index aeae571..e862f88 100644 --- a/KMFSysTray/mainwidget.h +++ b/KMFSysTray/mainwidget.h @@ -29,14 +29,15 @@ class Details; class MainWidget : public MainWidgetDesigner { Q_OBJECT + TQ_OBJECT public: - MainWidget(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + MainWidget(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); ~MainWidget(); /*$PUBLIC_FUNCTIONS$*/ public slots: - void slotSetRunningStatus( bool ); + void slotSetRunningtqStatus( bool ); void slotDetailsClosed(); protected: @@ -54,7 +55,7 @@ private: signals: void sigQueryDetails( bool ); - void sigUpdateRuleCount( const QString&, const QString&, int ); + void sigUpdateRuleCount( const TQString&, const TQString&, int ); }; #endif |