diff options
Diffstat (limited to 'tdeui/tests/kpopuptest.cpp')
-rw-r--r-- | tdeui/tests/kpopuptest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kpopuptest.cpp b/tdeui/tests/kpopuptest.cpp index 3db71106b..e5d01c985 100644 --- a/tdeui/tests/kpopuptest.cpp +++ b/tdeui/tests/kpopuptest.cpp @@ -30,7 +30,7 @@ public: int main(int argc, char **argv) { - KApplication app(argc, argv, "kpopupmenutest"); + TDEApplication app(argc, argv, "kpopupmenutest"); DemoWidget w; app.setMainWidget(&w); w.setFont(TQFont("helvetica", 12, TQFont::Bold), true); |