From f78838f2f736acc2b235d8b680f3379a07a6d372 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:34 -0600 Subject: Remove additional unneeded tq method conversions --- kspy/spy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kspy/spy.cpp') diff --git a/kspy/spy.cpp b/kspy/spy.cpp index 1ef024d0..dc30f73f 100644 --- a/kspy/spy.cpp +++ b/kspy/spy.cpp @@ -66,7 +66,7 @@ Spy::Spy( TQWidget *parent, const char *name ) mSigSlotView = new SigSlotView( tabs, "signals and slots view" ); tabs->addTab( mSigSlotView, i18n( "Signals && Slots" ) ); - mReceiversView = new ReceiversView( tabs, "tqreceivers view" ); + mReceiversView = new ReceiversView( tabs, "receivers view" ); tabs->addTab( mReceiversView, i18n( "Receivers" ) ); mClassInfoView = new ClassInfoView( tabs, "class info view" ); -- cgit v1.2.1