diff options
Diffstat (limited to 'kpilot/tests/testdatebook.cc')
-rw-r--r-- | kpilot/tests/testdatebook.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/tests/testdatebook.cc b/kpilot/tests/testdatebook.cc index 5c1da9d21..8e6cc5569 100644 --- a/kpilot/tests/testdatebook.cc +++ b/kpilot/tests/testdatebook.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 << "### testdatebook\n#\n#" << endl; |