diff options
Diffstat (limited to 'tdeio/tdefile/tests/kfstest.cpp')
-rw-r--r-- | tdeio/tdefile/tests/kfstest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/tests/kfstest.cpp b/tdeio/tdefile/tests/kfstest.cpp index f6ee69687..0a2a698f5 100644 --- a/tdeio/tdefile/tests/kfstest.cpp +++ b/tdeio/tdefile/tests/kfstest.cpp @@ -125,7 +125,7 @@ int main(int argc, char **argv) } else if (argv1 == TQString::fromLatin1("icon")) { - KIconDialog dlg; + TDEIconDialog dlg; TQString icon = dlg.selectIcon(); kdDebug() << icon << endl; } |