From fd3a982e26813f5bcc82c7e89ce6fa2ad44432bf Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 04:10:07 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1212480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kxkb/kxkb.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kxkb/kxkb.h') diff --git a/kxkb/kxkb.h b/kxkb/kxkb.h index fafb26eb3..fc05c620a 100644 --- a/kxkb/kxkb.h +++ b/kxkb/kxkb.h @@ -44,7 +44,7 @@ class KWinModule; class LayoutMap; /* This is the main Kxkb class responsible for reading options - and switching tqlayouts + and switching layouts */ class KXKBApp : public KUniqueApplication @@ -58,9 +58,9 @@ public: virtual int newInstance(); - bool setLayout(const LayoutUnit& tqlayoutUnit, int group=-1); + bool setLayout(const LayoutUnit& layoutUnit, int group=-1); k_dcop: - bool setLayout(const TQString& tqlayoutPair); + bool setLayout(const TQString& layoutPair); TQString getCurrentLayout() { return m_currentLayout.toPair(); } TQStringList getLayoutsList() { return kxkbConfig.getLayoutStringList(); } void forceSetXKBMap( bool set ); @@ -75,7 +75,7 @@ protected slots: protected: // Read settings, and apply them. bool settingsRead(); - void tqlayoutApply(); + void layoutApply(); private: void initTray(); @@ -84,7 +84,7 @@ private: KxkbConfig kxkbConfig; WId m_prevWinId; // for tricky part of saving xkb group - LayoutMap* m_tqlayoutOwnerMap; + LayoutMap* m_layoutOwnerMap; LayoutUnit m_currentLayout; -- cgit v1.2.3