diff options
Diffstat (limited to 'kradio3/src/stationselector.cpp')
-rw-r--r-- | kradio3/src/stationselector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kradio3/src/stationselector.cpp b/kradio3/src/stationselector.cpp index 4f8456e..87a5d59 100644 --- a/kradio3/src/stationselector.cpp +++ b/kradio3/src/stationselector.cpp @@ -26,8 +26,8 @@ using namespace std; #include "include/stationselector.h" #include "include/radiostation-listview.h" -StationSelector::StationSelector (TQWidget *tqparent) - : StationSelectorUI(tqparent), +StationSelector::StationSelector (TQWidget *parent) + : StationSelectorUI(parent), m_dirty(true) { TQObject::connect(buttonToLeft, TQT_SIGNAL(clicked()), this, TQT_SLOT(slotButtonToLeft())); |