From a2bae01d006ea8053e85bc16d09a8cf40a4b0b75 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 03:03:11 +0000 Subject: Fix kdewebdev FTBFS under Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1237074 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- quanta/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/src/main.cpp') diff --git a/quanta/src/main.cpp b/quanta/src/main.cpp index 7c2fe22a..fda7d0dc 100644 --- a/quanta/src/main.cpp +++ b/quanta/src/main.cpp @@ -208,9 +208,9 @@ int main(int argc, char *argv[]) DCOPRef("quanta", QUANTA_PACKAGE).call("newInstance()"); exit(0); } - app = new KTQUniqueApplication; + app = new KQUniqueApplication; } else { - app = new KTQApplication; + app = new KQApplication; } return app->exec(); -- cgit v1.2.1