From 213ef2cf5a34920a63cfb5102c33370a807eb425 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 15 Nov 2011 18:44:17 -0600 Subject: [PATCH] Rename KDE_VERSION to TDE_VERSION --- kbarcode/kactionmap.cpp | 6 +++--- kbarcode/kactionmap.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kbarcode/kactionmap.cpp b/kbarcode/kactionmap.cpp index 7196084..9ff3b03 100644 --- a/kbarcode/kactionmap.cpp +++ b/kbarcode/kactionmap.cpp @@ -30,7 +30,7 @@ #include #include #include -#if KDE_VERSION >= 0x030500 +#if TDE_VERSION >= 0x030500 #include #endif #include @@ -109,7 +109,7 @@ KActionMap::KActionMap( KActionCollection* actions, TQWidget* parent, const char TQVBoxLayout* tqlayout = new TQVBoxLayout( this ); m_listView = new KListView( this ); -#if KDE_VERSION >= 0x030500 +#if TDE_VERSION >= 0x030500 m_searchLine = new KListViewSearchLineWidget( m_listView, this ); #endif @@ -122,7 +122,7 @@ KActionMap::KActionMap( KActionCollection* actions, TQWidget* parent, const char m_listView->setSorting( 0 ); m_listView->setAllColumnsShowFocus( true ); -#if KDE_VERSION >= 0x030500 +#if TDE_VERSION >= 0x030500 tqlayout->addWidget( m_searchLine ); #endif tqlayout->addWidget( m_listView ); diff --git a/kbarcode/kactionmap.h b/kbarcode/kactionmap.h index 7bec683..9eeee72 100644 --- a/kbarcode/kactionmap.h +++ b/kbarcode/kactionmap.h @@ -24,7 +24,7 @@ class KActionCollection; class KActionMap; -#if KDE_VERSION >= 0x030500 +#if TDE_VERSION >= 0x030500 class KListViewSearchLineWidget; #endif class KListView; @@ -91,7 +91,7 @@ class KActionMap : public TQWidget { private: KActionCollection* m_actions; KListView* m_listView; -#if KDE_VERSION >= 0x030500 +#if TDE_VERSION >= 0x030500 KListViewSearchLineWidget* m_searchLine; #endif