diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 14:58:49 -0600 |
commit | 6240d69b1f11d3e6c59df5f736549b1fafc49dd0 (patch) | |
tree | da2273cc419ec68179c86f7deccfc0f5fdfe9181 /src/main.cpp | |
parent | 5f2980e30e8c46f5bc9ac8b2694e3465d02424ff (diff) | |
download | dolphin-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.cpp | 2 |
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; } |