From ebbee358abafa1b5166404c6fe5cc44ae2837a57 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 21 Dec 2011 14:21:13 -0600 Subject: Rename obsolete tq methods to standard names --- kcoloredit/texteditselection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcoloredit/texteditselection.h') diff --git a/kcoloredit/texteditselection.h b/kcoloredit/texteditselection.h index e0ef91f5..55e41e41 100644 --- a/kcoloredit/texteditselection.h +++ b/kcoloredit/texteditselection.h @@ -48,7 +48,7 @@ public slots: protected: /** Adds a component line edit */ void addComponent(const int index, TQLineEdit* lineEdit, const int maxValue, const TQString& labelString, - const int row, const int column, TQGridLayout* tqlayout); + const int row, const int column, TQGridLayout* layout); /** sets RGB string in rgbStringLineEdit */ void setRgbString(const int red, const int green, const int blue); -- cgit v1.2.1