From f35eb5f602bee29af07ecaffe26cda71cea62b93 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Sun, 18 Dec 2011 18:28:28 -0600
Subject: Rename old tq methods that no longer need a unique name

---
 twin-styles/openlook/OpenLook.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'twin-styles/openlook/OpenLook.h')

diff --git a/twin-styles/openlook/OpenLook.h b/twin-styles/openlook/OpenLook.h
index 98db37af..4be8ca1a 100644
--- a/twin-styles/openlook/OpenLook.h
+++ b/twin-styles/openlook/OpenLook.h
@@ -60,7 +60,7 @@ namespace OpenLook
       void iconChange();
       void maximizeChange();
       void borders(int &left, int &right, int &top, int &bottom) const;
-      TQSize tqminimumSize() const;
+      TQSize minimumSize() const;
       void resize( const TQSize& );
       virtual void mouseDoubleClickEvent(TQMouseEvent *);
       virtual void wheelEvent(TQWheelEvent *e);
-- 
cgit v1.2.1