diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:41 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-20 00:23:41 -0600 |
commit | 59ea7131b34cafad6181711d490cceafe0d0e87b (patch) | |
tree | 2c47a77c9e4bcb24cc8fed9fdcc3c52e7185a615 /kodo/kodometer.cpp | |
parent | 545d48dc2acbfb766a1c277b6f82ae54eea3754f (diff) | |
download | tdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.tar.gz tdetoys-59ea7131b34cafad6181711d490cceafe0d0e87b.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kodo/kodometer.cpp')
-rw-r--r-- | kodo/kodometer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kodo/kodometer.cpp b/kodo/kodometer.cpp index 811c90d..a6a0761 100644 --- a/kodo/kodometer.cpp +++ b/kodo/kodometer.cpp @@ -56,7 +56,7 @@ Kodometer::Kodometer(TQWidget* parent, const char* name) pollInterval(10), saveFrequency(10) { - display = KApplication::kApplication()->getDisplay(); + display = TDEApplication::kApplication()->getDisplay(); FindAllScreens(); root = RootWindow(display, DefaultScreen(display)); |