From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kitchensync/src/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kitchensync/src/mainwindow.cpp') diff --git a/kitchensync/src/mainwindow.cpp b/kitchensync/src/mainwindow.cpp index 7a0aa065..e6726127 100644 --- a/kitchensync/src/mainwindow.cpp +++ b/kitchensync/src/mainwindow.cpp @@ -28,7 +28,7 @@ #include "mainwindow.h" MainWindow::MainWindow() - : KMainWindow( 0 ) + : TDEMainWindow( 0 ) { setWFlags( getWFlags() | WGroupLeader ); @@ -43,7 +43,7 @@ MainWindow::MainWindow() createGUI( "kitchensyncui.rc", false ); createGUI( 0 ); - toolBar()->setIconText( KToolBar::IconTextBottom ); + toolBar()->setIconText( TDEToolBar::IconTextBottom ); resize( 760, 530 ); // initial size setAutoSaveSettings(); -- cgit v1.2.3