summaryrefslogtreecommitdiffstats
path: root/akregator/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/main.cpp')
-rw-r--r--akregator/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/akregator/src/main.cpp b/akregator/src/main.cpp
index 797188cc..70567e50 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++;}}