From 2e384e286e5ec2f884ceab9a360f90f544554066 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:19:04 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kgoldrunner/src/kgoldrunner.cpp | 2 +- kgoldrunner/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kgoldrunner/src') diff --git a/kgoldrunner/src/kgoldrunner.cpp b/kgoldrunner/src/kgoldrunner.cpp index 54726d8f..9497a7ef 100644 --- a/kgoldrunner/src/kgoldrunner.cpp +++ b/kgoldrunner/src/kgoldrunner.cpp @@ -100,7 +100,7 @@ KGoldrunner::KGoldrunner() #ifdef QT3 // Base size of playing-area and widgets on the monitor resolution. - int dw = KApplication::desktop()->width(); + int dw = TDEApplication::desktop()->width(); if (dw > 800) { // More than 800x600. view->changeSize (+1); // Scale 1.25:1. } diff --git a/kgoldrunner/src/main.cpp b/kgoldrunner/src/main.cpp index f7058c20..5c6c0b9d 100644 --- a/kgoldrunner/src/main.cpp +++ b/kgoldrunner/src/main.cpp @@ -28,7 +28,7 @@ int main (int argc, char **argv) TDECmdLineArgs::init (argc, argv, &about); - KApplication app; + TDEApplication app; // Register as a DCOP client. app.dcopClient()->registerAs (app.name(), false); -- cgit v1.2.1