summaryrefslogtreecommitdiffstats
path: root/src/prefs.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 15:00:38 -0600
committerTimothy Pearson <[email protected]>2013-02-01 15:00:38 -0600
commit50fd2fb357f83b24afbc163791fc665285aeea09 (patch)
tree1480f907a36c63221e4f9724c75d642c76265286 /src/prefs.cpp
parent63a7bd41b7dc3027f48cce5879887670cf5e2059 (diff)
downloadkima-50fd2fb357f83b24afbc163791fc665285aeea09.tar.gz
kima-50fd2fb357f83b24afbc163791fc665285aeea09.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/prefs.cpp')
-rw-r--r--src/prefs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs.cpp b/src/prefs.cpp
index 3d605c3..c79c492 100644
--- a/src/prefs.cpp
+++ b/src/prefs.cpp
@@ -34,11 +34,11 @@ Prefs::Prefs( TQWidget* parent, const char* name, WFlags fl )
splitter3 = new TQSplitter( this, "splitter3" );
splitter3->setOrientation( TQSplitter::Horizontal );
- sourceListView = new KListView( splitter3, "sourceListView" );
+ sourceListView = new TDEListView( splitter3, "sourceListView" );
sourceListView->addColumn( tr2i18n( "Source" ) );
sourceListView->header()->setClickEnabled( FALSE, sourceListView->header()->count() - 1 );
sourceListView->header()->setResizeEnabled( FALSE, sourceListView->header()->count() - 1 );
- sourceListView->setResizeMode( KListView::AllColumns );
+ sourceListView->setResizeMode( TDEListView::AllColumns );
widgetStack = new TQWidgetStack( splitter3, "widgetStack" );