diff options
author | Darrell Anderson <[email protected]> | 2014-02-16 14:44:21 -0600 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2014-02-16 14:44:21 -0600 |
commit | d35324b394fafa429d5e297fd83deb97211a0d9a (patch) | |
tree | 61b50bc885157261ee9a54d8943b9bc08f1010ff /umbrello | |
parent | a6a23aed1b0edfbc71afc07343e1e14883daf852 (diff) | |
download | tdesdk-d35324b394fafa429d5e297fd83deb97211a0d9a.tar.gz tdesdk-d35324b394fafa429d5e297fd83deb97211a0d9a.zip |
Fix unintended renaming
Diffstat (limited to 'umbrello')
-rw-r--r-- | umbrello/umbrello/seqlinewidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/umbrello/seqlinewidget.h b/umbrello/umbrello/seqlinewidget.h index 7710038e..0d7695cb 100644 --- a/umbrello/umbrello/seqlinewidget.h +++ b/umbrello/umbrello/seqlinewidget.h @@ -9,8 +9,8 @@ * Umbrello UML Modeller Authors <[email protected]> * ***************************************************************************/ -#ifndef SETQLINEWIDGET_H -#define SETQLINEWIDGET_H +#ifndef SETLINEWIDGET_H +#define SETLINEWIDGET_H #include <tqcanvas.h> |