diff options
Diffstat (limited to 'kpilot/tests/testaddress.cc')
-rw-r--r-- | kpilot/tests/testaddress.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/tests/testaddress.cc b/kpilot/tests/testaddress.cc index 0919b8c0e..5da0c4474 100644 --- a/kpilot/tests/testaddress.cc +++ b/kpilot/tests/testaddress.cc @@ -62,7 +62,7 @@ int main(int argc, char **argv) #ifdef DEBUG debug_level= (args->isSet("verbose")) ? 4 : 0; #endif - QString datadir = args->getOption("data-dir"); + TQString datadir = args->getOption("data-dir"); DEBUGKPILOT << "### testaddresses\n#\n#" << endl; |