diff options
Diffstat (limited to 'knotes/main.cpp')
-rw-r--r-- | knotes/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/knotes/main.cpp b/knotes/main.cpp index 682bbb792..bf38e4c71 100644 --- a/knotes/main.cpp +++ b/knotes/main.cpp @@ -45,7 +45,7 @@ void remove_sm_from_client_leader() XInternAtoms( qt_xdisplay(), atom_names, 2, False, atoms ); - QWidget w; + TQWidget w; KXErrorHandler handler; // ignore X errors status = XGetWindowProperty( qt_xdisplay(), w.winId(), atoms[ 0 ], 0, 10000, FALSE, XA_WINDOW, &type, &format, @@ -88,7 +88,7 @@ int Application::newInstance() int main( int argc, char* argv[] ) { - QString version = QString::number( KNOTES_VERSION ); + TQString version = TQString::number( KNOTES_VERSION ); KAboutData aboutData( "knotes", @@ -122,7 +122,7 @@ int main( int argc, char* argv[] ) KUniqueApplication::addCmdLineOptions(); Application app; - app.connect( &app, SIGNAL( lastWindowClosed() ), &app, SLOT( quit() ) ); + app.connect( &app, TQT_SIGNAL( lastWindowClosed() ), &app, TQT_SLOT( quit() ) ); remove_sm_from_client_leader(); |