diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:53:59 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:53:59 -0600 |
commit | 13c7c96214340d002f801f6c2a66c29529689b54 (patch) | |
tree | e3dccf332a09bef58ac4d7f0e4e417b31c229f1a /src/k3bfiletreeview.cpp | |
parent | 00949e960fd4e243dc958be5130e0d1cd92a52ff (diff) | |
download | k3b-13c7c96214340d002f801f6c2a66c29529689b54.tar.gz k3b-13c7c96214340d002f801f6c2a66c29529689b54.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/k3bfiletreeview.cpp')
-rw-r--r-- | src/k3bfiletreeview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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))); |