diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8418c61..55dfefd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -88,7 +88,7 @@ int main(int argc, char **argv) //Check for the existence of anonymizable/helper programs first. - QStringList programList; + TQStringList programList; programList << "firefox" << "kopete" << "gaim" << "pidgin" << "opera" << "konversation" << "konsole" << "yakuake" << "xterm" << "konqueror" @@ -100,7 +100,7 @@ int main(int argc, char **argv) if (TorkConfig::user().isEmpty()){ FirstRunWizard wizard; wizard.setCaption( i18n( "First-Run Wizard" )); - if (wizard.exec() == QDialog::Rejected) { + if (wizard.exec() == TQDialog::Rejected) { TorkConfig::setUser(""); return 0; } |