From 13c7c96214340d002f801f6c2a66c29529689b54 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 19 Jan 2013 23:53:59 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/k3bfiletreeview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/k3bfiletreeview.cpp') diff --git a/src/k3bfiletreeview.cpp b/src/k3bfiletreeview.cpp index 8e54cc4..a1f52d5 100644 --- a/src/k3bfiletreeview.cpp +++ b/src/k3bfiletreeview.cpp @@ -419,7 +419,7 @@ K3bFileTreeView::K3bFileTreeView( TQWidget *parent, const char *name ) this, TQT_SLOT(slotContextMenu(KListView*, TQListViewItem* , const TQPoint& )) ); // we always simulate the single click - slotSettingsChangedK3b(KApplication::SETTINGS_MOUSE); + slotSettingsChangedK3b(TDEApplication::SETTINGS_MOUSE); if( kapp ) connect( kapp, TQT_SIGNAL(settingsChanged(int)), TQT_SLOT(slotSettingsChangedK3b(int)) ); @@ -692,7 +692,7 @@ void K3bFileTreeView::slotSettingsChangedK3b(int category) { // we force single click like konqueror does. This really should be done in KFileTreeView - if( category == KApplication::SETTINGS_MOUSE ) { + if( category == TDEApplication::SETTINGS_MOUSE ) { disconnect(this, TQT_SIGNAL(mouseButtonClicked(int, TQListViewItem*, const TQPoint &, int)), this, TQT_SLOT(slotMouseButtonClickedK3b(int, TQListViewItem*, const TQPoint &, int))); -- cgit v1.2.1