diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:09:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:09:56 -0600 |
commit | 5ca50f0ef6000d132b45fc6a50cf3062245bd070 (patch) | |
tree | 99c6b7de89d289e0a80ec21f7525dc514bc759d1 /kttsd/kcmkttsmgr/kcmkttsmgr.h | |
parent | 722a076e84b860a947f4c68417db82526b03b1a1 (diff) | |
download | tdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.tar.gz tdeaccessibility-5ca50f0ef6000d132b45fc6a50cf3062245bd070.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kttsd/kcmkttsmgr/kcmkttsmgr.h')
-rw-r--r-- | kttsd/kcmkttsmgr/kcmkttsmgr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kttsd/kcmkttsmgr/kcmkttsmgr.h b/kttsd/kcmkttsmgr/kcmkttsmgr.h index e95dc9c..ab7b818 100644 --- a/kttsd/kcmkttsmgr/kcmkttsmgr.h +++ b/kttsd/kcmkttsmgr/kcmkttsmgr.h @@ -39,7 +39,7 @@ class PlugInConf; class KttsFilterConf; -class KListViewItem; +class TDEListViewItem; class TDEAboutData; class TDEConfig; class TQPopupMenu; @@ -272,10 +272,10 @@ class KCMKttsMgr : void removeFilter( bool sbd ); /** - * Move an item in a KListView up or down. + * Move an item in a TDEListView up or down. */ - void lowerItemPriority( KListView* lView ); - void higherItemPriority( KListView* lView ); + void lowerItemPriority( TDEListView* lView ); + void higherItemPriority( TDEListView* lView ); /** * Count number of configured Filters with the specified plugin name. |