diff options
Diffstat (limited to 'kdeui/tests/ksystemtraytest.cpp')
-rw-r--r-- | kdeui/tests/ksystemtraytest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/tests/ksystemtraytest.cpp b/kdeui/tests/ksystemtraytest.cpp index 746246132..dcee78346 100644 --- a/kdeui/tests/ksystemtraytest.cpp +++ b/kdeui/tests/ksystemtraytest.cpp @@ -4,7 +4,7 @@ int main(int argc, char **argv) { KApplication app( argc, argv, "ksystemtraytest" ); - QLabel *l = new QLabel("System Tray Main Window", 0L); + TQLabel *l = new TQLabel("System Tray Main Window", 0L); KSystemTray *tray = new KSystemTray( l ); tray->setText("Test"); l->show(); |