From 5c194e6e7059ddcc96b0e0166ce6157c35fc183e Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Thu, 15 Dec 2011 15:45:12 -0600
Subject: Rename a number of old tq methods that are no longer tq specific

---
 twin-styles/system/systemclient.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'twin-styles/system/systemclient.h')

diff --git a/twin-styles/system/systemclient.h b/twin-styles/system/systemclient.h
index ecaf25ee..bb409642 100644
--- a/twin-styles/system/systemclient.h
+++ b/twin-styles/system/systemclient.h
@@ -45,7 +45,7 @@ class SystemClient : public KDecoration
       virtual void iconChange();
       virtual void desktopChange();
       virtual void activeChange();
-      virtual TQSize tqminimumSize() const;
+      virtual TQSize minimumSize() const;
       virtual void borders(int&, int&, int&, int&) const;
       virtual void reset( unsigned long changed );
       void drawRoundFrame(TQPainter &p, int x, int y, int w, int h);
@@ -75,7 +75,7 @@ class SystemButton : public TQButton
                    const unsigned char *bitmap=NULL, const TQString& tip=NULL);
       void setBitmap(const unsigned char *bitmap);
       void reset();
-      TQSize tqsizeHint() const;
+      TQSize sizeHint() const;
       void setTipText(const TQString &tip);
       ButtonState last_button;
    protected:
-- 
cgit v1.2.1