summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-15 15:34:17 -0600
committerTimothy Pearson <[email protected]>2011-12-15 15:34:17 -0600
commit294cdc4efac18111e879ebc5e2ca2aca1e598bbe (patch)
tree5bf144561dae36f14e8d1bb7028b89c8025f6d17 /src/main.cpp
parentf7be60da342a8a54895be7b9e81ac0b37e196e15 (diff)
downloadwlassistant-294cdc4efac18111e879ebc5e2ca2aca1e598bbe.tar.gz
wlassistant-294cdc4efac18111e879ebc5e2ca2aca1e598bbe.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index ec72c06..cdc8fc6 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
KApplication app;
WirelessAssistant *mainWin = 0;
mainWin = new WirelessAssistant();
- mainWin->setCaption( TQString("%1 %2").tqarg(description).tqarg(version) );
+ mainWin->setCaption( TQString("%1 %2").arg(description).arg(version) );
app.setMainWidget( mainWin );
mainWin->show();