diff options
Diffstat (limited to 'src/progs/gui/port_selector.cpp')
-rw-r--r-- | src/progs/gui/port_selector.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/progs/gui/port_selector.cpp b/src/progs/gui/port_selector.cpp index 9c06de1..5380759 100644 --- a/src/progs/gui/port_selector.cpp +++ b/src/progs/gui/port_selector.cpp @@ -142,3 +142,5 @@ void PortSelector::textChanged() _pending = true; TQTimer::singleShot(1000, this, TQ_SIGNAL(changed())); } + +#include "port_selector.moc" |