]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/commandwidget.cpp
Removed unnecessary RS_ prefix from classes and whatnot.
[architektonas] / src / forms / commandwidget.cpp
index d4c342eee13d298075f42a049aa2f3a340eb4b0b..5f48d69761d7b4a3c132a2d787b249931470ecf2 100644 (file)
@@ -87,7 +87,7 @@ void CommandWidget::tabPressed()
                choice = actionHandler->getAvailableCommands();
 
                if (choice.count() == 0)
-                       choice = RS_COMMANDS->complete(typed);
+                       choice = COMMANDS->complete(typed);
 
                for(QStringList::Iterator it=choice.begin(); it!=choice.end(); ++it)
                {