summaryrefslogtreecommitdiffstats
path: root/kcontrol/konq
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:11:21 -0600
commitf537c21b68e08f649b1b297bce8f3904603137e0 (patch)
treefb33065387509dea898c90022ddec9c3f8ede86d /kcontrol/konq
parentdc5f267664506a312203c26bfe9001a448b0bb0f (diff)
downloadtdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz
tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kcontrol/konq')
-rw-r--r--kcontrol/konq/desktopbehavior.ui4
-rw-r--r--kcontrol/konq/fontopts.cpp2
-rw-r--r--kcontrol/konq/fontopts.h4
-rw-r--r--kcontrol/konq/previews.cpp2
-rw-r--r--kcontrol/konq/rootopts.h2
5 files changed, 7 insertions, 7 deletions
diff --git a/kcontrol/konq/desktopbehavior.ui b/kcontrol/konq/desktopbehavior.ui
index 63a8de7c4..e2593e205 100644
--- a/kcontrol/konq/desktopbehavior.ui
+++ b/kcontrol/konq/desktopbehavior.ui
@@ -330,7 +330,7 @@
&lt;p&gt;For example, files which are named ".directory" are plain text files which contain information for Konqueror, such as the icon to use in displaying a directory, the order in which files should be sorted, etc. You should not change or delete these files unless you know what you are doing.&lt;/p&gt;</string>
</property>
</widget>
- <widget class="KListView" row="2" column="0">
+ <widget class="TDEListView" row="2" column="0">
<column>
<property name="text">
<string>Show Icon Previews For</string>
@@ -373,7 +373,7 @@
<string>&amp;Show device icons:</string>
</property>
</widget>
- <widget class="KListView">
+ <widget class="TDEListView">
<column>
<property name="text">
<string>Device Types to Display</string>
diff --git a/kcontrol/konq/fontopts.cpp b/kcontrol/konq/fontopts.cpp
index e7c3fd9cf..1f795c6a8 100644
--- a/kcontrol/konq/fontopts.cpp
+++ b/kcontrol/konq/fontopts.cpp
@@ -56,7 +56,7 @@ KonqFontOptions::KonqFontOptions(TDEConfig *config, TQString group, bool desktop
row++;
- m_pStandard = new KFontCombo( this );
+ m_pStandard = new TDEFontCombo( this );
label = new TQLabel( m_pStandard, i18n("&Standard font:"), this );
lay->addWidget(label,row,0);
lay->addMultiCellWidget(m_pStandard,row,row,1,1);
diff --git a/kcontrol/konq/fontopts.h b/kcontrol/konq/fontopts.h
index 0a0a18823..c163deb70 100644
--- a/kcontrol/konq/fontopts.h
+++ b/kcontrol/konq/fontopts.h
@@ -44,7 +44,7 @@ class TQRadioButton;
class KColorButton;
class TDEConfig;
-class KFontCombo;
+class TDEFontCombo;
//-----------------------------------------------------------------------------
@@ -88,7 +88,7 @@ private:
TQRadioButton* m_pMedium;
TQRadioButton* m_pLarge;
*/
- KFontCombo* m_pStandard;
+ TDEFontCombo* m_pStandard;
TQSpinBox* m_pSize;
int m_fSize;
diff --git a/kcontrol/konq/previews.cpp b/kcontrol/konq/previews.cpp
index d69333a7c..b0528b5dc 100644
--- a/kcontrol/konq/previews.cpp
+++ b/kcontrol/konq/previews.cpp
@@ -77,7 +77,7 @@ KPreviewOptions::KPreviewOptions( TQWidget *parent, const char */*name*/ )
"no preview will be generated for files bigger than 10 MB, for speed reasons."));
// Listview containing checkboxes for all protocols that support listing
- KListView *listView = new KListView( this, "listView" );
+ TDEListView *listView = new TDEListView( this, "listView" );
listView->addColumn( i18n( "Select Protocols" ) );
listView->setFullWidth( true );
diff --git a/kcontrol/konq/rootopts.h b/kcontrol/konq/rootopts.h
index ec4510b1c..ffbf24a5a 100644
--- a/kcontrol/konq/rootopts.h
+++ b/kcontrol/konq/rootopts.h
@@ -24,7 +24,7 @@ class TQComboBox;
class TQPushButton;
class TDEConfig;
-class KListView;
+class TDEListView;
class KURLRequester;
namespace TDEIO { class Job; }