summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/tdemainwindowtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/tdemainwindowtest.cpp')
-rw-r--r--tdeui/tests/tdemainwindowtest.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tdeui/tests/tdemainwindowtest.cpp b/tdeui/tests/tdemainwindowtest.cpp
index b19818d4c..ffaaa8862 100644
--- a/tdeui/tests/tdemainwindowtest.cpp
+++ b/tdeui/tests/tdemainwindowtest.cpp
@@ -9,7 +9,7 @@
MainWindow::MainWindow()
{
- TQTimer::singleShot( 2*1000, this, TQT_SLOT( showMessage() ) );
+ TQTimer::singleShot( 2*1000, this, TQ_SLOT( showMessage() ) );
setCentralWidget( new TQLabel( "foo", this ) );
@@ -33,6 +33,3 @@ int main( int argc, char **argv )
}
#include "tdemainwindowtest.moc"
-
-/* vim: et sw=4 ts=4
- */