diff options
Diffstat (limited to 'lib/widgets/propeditor/test.cpp')
-rw-r--r-- | lib/widgets/propeditor/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/propeditor/test.cpp b/lib/widgets/propeditor/test.cpp index 82665f98..a55a496b 100644 --- a/lib/widgets/propeditor/test.cpp +++ b/lib/widgets/propeditor/test.cpp @@ -38,7 +38,7 @@ int main( int argc, char **argv ) "Sample description", "value" ) ); currentList->addProperty( new Property(Property::Color, "Color", - "Sample color description", Qt::red ) ); + "Sample color description", TQt::red ) ); currentList->addProperty( new Property( Property::Pixmap, "Pixmap", "sample pixmap description" ) ); |