diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 16:57:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 18:48:46 +0200 |
commit | 7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931 (patch) | |
tree | 4655c7263ca5c64d23d10167cb459dd9cb253815 /src/main.cpp | |
parent | 88ea2b6cd4382627fb6efca9cc54825aee881d1e (diff) | |
download | tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.tar.gz tork-7c2bc4b5ce4fc1a72868aa949e9ec49fbe2e7931.zip |
Initial TQt conversion
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; } |