summaryrefslogtreecommitdiffstats
path: root/kbiff/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbiff/main.cpp')
-rw-r--r--kbiff/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbiff/main.cpp b/kbiff/main.cpp
index 5257c5f..df91743 100644
--- a/kbiff/main.cpp
+++ b/kbiff/main.cpp
@@ -32,7 +32,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
KBiffSetup* setup = 0;
bool is_secure = false;
bool have_profile = false;
- QString profile;
+ TQString profile;
app.setMainWidget(&kbiff);
@@ -75,7 +75,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
// check if we are docked (only if restored)
if (kbiff.isDocked())
{
- kapp->setTopWidget(new QWidget);
+ kapp->setTopWidget(new TQWidget);
KWin::setSystemTrayWindowFor(kbiff.winId(), 0);
}
else