diff options
Diffstat (limited to 'akregator/src/main.cpp')
-rw-r--r-- | akregator/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/main.cpp b/akregator/src/main.cpp index 797188cc6..70567e504 100644 --- a/akregator/src/main.cpp +++ b/akregator/src/main.cpp @@ -102,7 +102,7 @@ int main(int argc, char **argv) { #undef RESTORE #define RESTORE(type) { int n = 1;\ - while (KMainWindow::canBeRestored(n)){\ + while (TDEMainWindow::canBeRestored(n)){\ (new type)->restore(n, false);\ n++;}} |