From 92ac6833a97641f981e900805d1997f9a2192147 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:18:33 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- libtdeedu/extdate/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtdeedu/extdate') diff --git a/libtdeedu/extdate/main.cpp b/libtdeedu/extdate/main.cpp index 0b833a9a..31b0f805 100644 --- a/libtdeedu/extdate/main.cpp +++ b/libtdeedu/extdate/main.cpp @@ -22,7 +22,7 @@ int main( int argc, char *argv[] ) TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication a; + TDEApplication a; TestWidget *t = new TestWidget(0,0); t->show(); TQObject::connect(kapp, TQT_SIGNAL(lastWindowClosed()), kapp, TQT_SLOT(quit())); -- cgit v1.2.1