diff options
Diffstat (limited to 'kblackbox')
-rw-r--r-- | kblackbox/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kblackbox/main.cpp b/kblackbox/main.cpp index 63f877d6..411b4f52 100644 --- a/kblackbox/main.cpp +++ b/kblackbox/main.cpp @@ -32,7 +32,7 @@ int main( int argc, char **argv ) aboutData.addAuthor("Robert Cimrman",0, "cimrman3@students.zcu.cz"); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication a; + TDEApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); if (a.isRestored()) |