diff options
Diffstat (limited to 'kfloppy/main.cpp')
-rw-r--r-- | kfloppy/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kfloppy/main.cpp b/kfloppy/main.cpp index f6aa98f..f888bcd 100644 --- a/kfloppy/main.cpp +++ b/kfloppy/main.cpp @@ -60,7 +60,7 @@ int main( int argc, char *argv[] ) KCmdLineArgs::addCmdLineOptions( options ); KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); - QString device; + TQString device; if (args->count()) { device = args->arg(0); } |