diff options
Diffstat (limited to 'kio/tests/kmimefromext.cpp')
-rw-r--r-- | kio/tests/kmimefromext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kio/tests/kmimefromext.cpp b/kio/tests/kmimefromext.cpp index e867d4822..248407f95 100644 --- a/kio/tests/kmimefromext.cpp +++ b/kio/tests/kmimefromext.cpp @@ -38,7 +38,7 @@ int main(int argc, char *argv[]) KApplication app; KCmdLineArgs *args = KCmdLineArgs::parsedArgs(); - QString fileName = args->arg( 0 ); + TQString fileName = args->arg( 0 ); // The "true" here means only the filename will be looked at. // "Mime-magic" will not interfer. The file doesn't exist. |