diff options
Diffstat (limited to 'kmix/viewgrid.h')
-rw-r--r-- | kmix/viewgrid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmix/viewgrid.h b/kmix/viewgrid.h index 48592a55..5fd1a183 100644 --- a/kmix/viewgrid.h +++ b/kmix/viewgrid.h @@ -23,7 +23,7 @@ public: virtual void configurationUpdate(); virtual void constructionFinished(); - TQSize sizeHint() const; + TQSize tqsizeHint() const; public slots: virtual void refreshVolumeLevels(); @@ -33,7 +33,7 @@ private: unsigned int m_spacingVertical; // m_maxX and m_maxY are the highest coordiantes encountered - TQSize m_sizeHint; + TQSize m_tqsizeHint; unsigned int m_testingX; unsigned int m_testingY; |