diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
commit | f537c21b68e08f649b1b297bce8f3904603137e0 (patch) | |
tree | fb33065387509dea898c90022ddec9c3f8ede86d /kcontrol/smartcard/smartcard.h | |
parent | dc5f267664506a312203c26bfe9001a448b0bb0f (diff) | |
download | tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kcontrol/smartcard/smartcard.h')
-rw-r--r-- | kcontrol/smartcard/smartcard.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/smartcard/smartcard.h b/kcontrol/smartcard/smartcard.h index 0a4b7d704..7cb90478e 100644 --- a/kcontrol/smartcard/smartcard.h +++ b/kcontrol/smartcard/smartcard.h @@ -34,8 +34,8 @@ class TDEConfig; class KCardDB; -class KPopupMenu; -class KListViewItem; +class TDEPopupMenu; +class TDEListViewItem; class KSmartcardConfig : public TDECModule, public DCOPObject { @@ -77,9 +77,9 @@ private: TDEConfig *config; bool _ok; KCardDB * _cardDB; - KPopupMenu * _popUpKardChooser; + TDEPopupMenu * _popUpKardChooser; - void getSupportingModule( KListViewItem * ant, + void getSupportingModule( TDEListViewItem * ant, TQString & cardATR) const ; |