summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kconfigtestgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kconfigtestgui.cpp')
-rw-r--r--tdecore/tests/kconfigtestgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kconfigtestgui.cpp b/tdecore/tests/kconfigtestgui.cpp
index af560b496..6f8c6e0e0 100644
--- a/tdecore/tests/kconfigtestgui.cpp
+++ b/tdecore/tests/kconfigtestgui.cpp
@@ -192,7 +192,7 @@ void KConfigTestView::writeButtonClicked()
int main( int argc, char **argv )
{
- KApplication a( argc, argv, "bla" );
+ TDEApplication a( argc, argv, "bla" );
KConfigTestView *w = new KConfigTestView();
a.setMainWidget( w );