This website works better with JavaScript.
Home
Help
Register
Sign In
TDE
/
kstreamripper
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
13
Wiki
Activity
Browse Source
Remove spurious TQ_OBJECT instances
pull/1/head
Timothy Pearson
9 years ago
parent
595750e092
commit
0305923187
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/addnewstreamimpl.h
+1
-1
src/kstreamripper.h
+1
-1
src/processcontroller.h
+1
-1
src/processlistviewitem.h
+ 1
- 1
src/addnewstreamimpl.h
View File
@ -26,7 +26,7 @@
class
AddNewStreamImpl
:
public
AddNewStream
{
Q_OBJECT
TQ_OBJECT
public
:
+ 1
- 1
src/kstreamripper.h
View File
@ -39,7 +39,7 @@ class TQString;
class
KStreamRipper
:
public
KStreamRipperBase
{
Q_OBJECT
TQ_OBJECT
public
:
+ 1
- 1
src/processcontroller.h
View File
@ -35,7 +35,7 @@ class ProcessListViewItem;
class
ProcessController
:
public
TQObject
{
Q_OBJECT
TQ_OBJECT
public
:
ProcessController
(
ProcessListViewItem
*
parent
)
;
~
ProcessController
(
)
;
+ 1
- 1
src/processlistviewitem.h
View File
@ -31,7 +31,7 @@ class ProcessController;
class
ProcessListViewItem
:
public
TQObject
,
public
TQListViewItem
{
Q_OBJECT
TQ_OBJECT
public
:
ProcessListViewItem
(
TQListView
*
parent
)
;
Write
Preview
Loading…
Cancel
Save