diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:01:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:01:10 -0600 |
commit | a6000c6f2f1a03b34f15d1948f63f0c894f09451 (patch) | |
tree | 59a9994e4bb71bc5a74704773e677f2d2474c017 /kmymoney2/views/kscheduledview.h | |
parent | db89d6f6d944825a20ce69bb11c23b19b2935164 (diff) | |
download | kmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.tar.gz kmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmymoney2/views/kscheduledview.h')
-rw-r--r-- | kmymoney2/views/kscheduledview.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kmymoney2/views/kscheduledview.h b/kmymoney2/views/kscheduledview.h index 378358a..bf4d407 100644 --- a/kmymoney2/views/kscheduledview.h +++ b/kmymoney2/views/kscheduledview.h @@ -31,7 +31,7 @@ // ---------------------------------------------------------------------------- // KDE Includes -class KListViewSearchLineWidget; +class TDEListViewSearchLineWidget; // ---------------------------------------------------------------------------- // Project Includes @@ -41,7 +41,7 @@ class KListViewSearchLineWidget; #include <kmymoney/mymoneyaccount.h> #include "../widgets/kmymoneyscheduledcalendar.h" -class KPopupMenu; +class TDEPopupMenu; /** * Contains all the scheduled transactions be they bills, deposits or transfers. @@ -95,7 +95,7 @@ protected slots: * @param pos The position to popup * @return none **/ - void slotListViewContextMenu(KListView* view, TQListViewItem* item, const TQPoint& pos); + void slotListViewContextMenu(TDEListView* view, TQListViewItem* item, const TQPoint& pos); void slotListItemExecuted(TQListViewItem*, const TQPoint&, int); @@ -133,7 +133,7 @@ private: */ // void loadAccounts(void); - KPopupMenu *m_kaccPopup; + TDEPopupMenu *m_kaccPopup; TQStringList m_filterAccounts; bool m_openBills; bool m_openDeposits; @@ -144,7 +144,7 @@ private: /** * Search widget for the list */ - KListViewSearchLineWidget* m_searchWidget; + TDEListViewSearchLineWidget* m_searchWidget; }; #endif |