diff options
Diffstat (limited to 'kitchensync/src/mainwindow.h')
-rw-r--r-- | kitchensync/src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchensync/src/mainwindow.h b/kitchensync/src/mainwindow.h index 61bff1555..4453878b5 100644 --- a/kitchensync/src/mainwindow.h +++ b/kitchensync/src/mainwindow.h @@ -29,7 +29,7 @@ class MainWidget; This class serves as the main window for Kitchensync. It handles the menus, toolbars, and status bars. */ -class MainWindow : public KMainWindow +class MainWindow : public TDEMainWindow { Q_OBJECT |