diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:19:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:19:04 -0600 |
commit | 2e384e286e5ec2f884ceab9a360f90f544554066 (patch) | |
tree | 44e1defd7efd7f8f09d446992685d167ec546e5f /ksame | |
parent | 4ffd16a310c74db19a5ba0c297234470f01cd7b3 (diff) | |
download | tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.tar.gz tdegames-2e384e286e5ec2f884ceab9a360f90f544554066.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'ksame')
-rw-r--r-- | ksame/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ksame/main.cpp b/ksame/main.cpp index 936d6207..4971b2db 100644 --- a/ksame/main.cpp +++ b/ksame/main.cpp @@ -39,8 +39,8 @@ int main( int argc, char **argv ) { aboutData.addAuthor("Marcus Kreutzberger", 0, "[email protected]"); TDECmdLineArgs::init(argc, argv, &aboutData); - KApplication::setColorSpec(TQApplication::ManyColor+TQApplication::CustomColor); - KApplication a; + TDEApplication::setColorSpec(TQApplication::ManyColor+TQApplication::CustomColor); + TDEApplication a; KGlobal::locale()->insertCatalogue("libtdegames"); KSameWidget *w = new KSameWidget; |