diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:06:16 -0600 |
commit | 7717bcec2ad7d94e3f38a2e831bafa60a525f7d2 (patch) | |
tree | 77ffa8fe14318bb3a285cae65dbe622bcbbcb3f9 /src/detailedlistview.h | |
parent | b5cff83092d97189b5a55e1a996995207bc3016c (diff) | |
download | tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.tar.gz tellico-7717bcec2ad7d94e3f38a2e831bafa60a525f7d2.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/detailedlistview.h')
-rw-r--r-- | src/detailedlistview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/detailedlistview.h b/src/detailedlistview.h index dba780c..af84d6b 100644 --- a/src/detailedlistview.h +++ b/src/detailedlistview.h @@ -22,7 +22,7 @@ #include <tqpixmap.h> #include <tqvaluevector.h> -class KPopupMenu; +class TDEPopupMenu; namespace Tellico { class DetailedEntryItem; @@ -194,7 +194,7 @@ private: int prev2Sort; }; - KPopupMenu* m_headerMenu; + TDEPopupMenu* m_headerMenu; TQValueVector<int> m_columnWidths; TQValueVector<bool> m_isDirty; TQValueVector<int> m_imageColumns; |