summaryrefslogtreecommitdiffstats
path: root/kcron
diff options
context:
space:
mode:
Diffstat (limited to 'kcron')
-rw-r--r--kcron/ktapp.cpp4
-rw-r--r--kcron/ktvariable.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/kcron/ktapp.cpp b/kcron/ktapp.cpp
index 22d92dc..e5a1d93 100644
--- a/kcron/ktapp.cpp
+++ b/kcron/ktapp.cpp
@@ -35,7 +35,7 @@ const int KTApp::statusMessage (1001);
KTApp::KTApp() : TDEMainWindow(0)
{
- config=kapp->config();
+ config=tdeApp->config();
setIcon(KTIcon::application(true));
@@ -113,7 +113,7 @@ const CTHost& KTApp::getCTHost() const
TQString KTApp::caption()
{
- TQString cap(kapp->caption());
+ TQString cap(tdeApp->caption());
return cap;
}
diff --git a/kcron/ktvariable.cpp b/kcron/ktvariable.cpp
index 65628cb..47950fe 100644
--- a/kcron/ktvariable.cpp
+++ b/kcron/ktvariable.cpp
@@ -13,7 +13,7 @@
#include <tqlayout.h>
-#include <tdeapplication.h> // kapp
+#include <tdeapplication.h> // tdeApp
#include <tdelocale.h> // i18n()
#include <tdemessagebox.h>
#include <ktextedit.h>