summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kresolvertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kresolvertest.cpp')
-rw-r--r--tdecore/tests/kresolvertest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/tests/kresolvertest.cpp b/tdecore/tests/kresolvertest.cpp
index 9f476cd51..58d0e9ac1 100644
--- a/tdecore/tests/kresolvertest.cpp
+++ b/tdecore/tests/kresolvertest.cpp
@@ -36,7 +36,7 @@
#include <tqptrlist.h>
#include <tqstring.h>
-#include <kuniqueapplication.h>
+#include <tdeuniqueapplication.h>
#include <ksocks.h>
#include <ksockaddr.h>
#include <kextsock.h>
@@ -62,11 +62,11 @@ namespace KDE
extern const int resolverFlags;
}
-class TestApp : public KUniqueApplication
+class TestApp : public TDEUniqueApplication
{
public:
TestApp() :
- KUniqueApplication()
+ TDEUniqueApplication()
{ }
int newInstance(TQValueList<TQCString> params);
@@ -412,7 +412,7 @@ int main(int argc, char **argv)
{
TDEAboutData about("socktest2", "SockTest", "1.0");
TDECmdLineArgs::init(argc, argv, &about);
- KUniqueApplication::addCmdLineOptions();
+ TDEUniqueApplication::addCmdLineOptions();
/* TestApp a;
a.exec();*/