summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:49 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 14:58:49 -0600
commit6240d69b1f11d3e6c59df5f736549b1fafc49dd0 (patch)
treeda2273cc419ec68179c86f7deccfc0f5fdfe9181 /src/main.cpp
parent5f2980e30e8c46f5bc9ac8b2694e3465d02424ff (diff)
downloaddolphin-6240d69b1f11d3e6c59df5f736549b1fafc49dd0.tar.gz
dolphin-6240d69b1f11d3e6c59df5f736549b1fafc49dd0.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 01290f4..d9006e0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -62,7 +62,7 @@ int main(int argc, char **argv)
if (app.isRestored()) {
int n = 1;
- while (KMainWindow::canBeRestored(n)){
+ while (TDEMainWindow::canBeRestored(n)){
Dolphin::mainWin().restore(n);
++n;
}