diff options
Diffstat (limited to 'KMFSysTray/app.cpp')
-rw-r--r-- | KMFSysTray/app.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/KMFSysTray/app.cpp b/KMFSysTray/app.cpp index bacfda0..1e3d906 100644 --- a/KMFSysTray/app.cpp +++ b/KMFSysTray/app.cpp @@ -11,8 +11,8 @@ // #include "app.h" -// #include <qlcdnumber.h> -// #include <qlayout.h> +// #include <tqlcdnumber.h> +// #include <tqlayout.h> // // // KDE includes // #include <kglobal.h> @@ -42,13 +42,13 @@ MainApp::MainApp() : KApplication() { // KConfig *ksConfig = config(); // KMFIPTWatcher *watch = new KMFIPTWatcher( this, "KMFIPTWatcher" ); // MainWidget *mainWid = new MainWidget( 0 ); -// connect( watch, SIGNAL( sigUpdateActive( bool ) ), mainWid, SLOT( slotSetRunningStatus( bool ) ) ); -// connect( watch, SIGNAL( sigUpdateRuleCount( const QString&, const QString&, int ) ), -// mainWid, SIGNAL( sigUpdateRuleCount( const QString&, const QString&, int ) ) ); +// connect( watch, TQT_SIGNAL( sigUpdateActive( bool ) ), mainWid, TQT_SLOT( slotSetRunningtqStatus( bool ) ) ); +// connect( watch, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ), +// mainWid, TQT_SIGNAL( sigUpdateRuleCount( const TQString&, const TQString&, int ) ) ); -// connect( mainWid, SIGNAL( sigQueryDetails( bool ) ), watch, SLOT( slotQueryDetails( bool ) ) ); +// connect( mainWid, TQT_SIGNAL( sigQueryDetails( bool ) ), watch, TQT_SLOT( slotQueryDetails( bool ) ) ); /* - QHBoxLayout *_layout = new QHBoxLayout(this); + TQHBoxLayout *_layout = new TQHBoxLayout(this); _layout->add(mainWid);*/ |